home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / 0 / 100printerdrivers.dms / 100printerdrivers.adf / printers / Roland.1212a / Printer.Cmds < prev    next >
Text File  |  1991-05-08  |  5KB  |  99 lines

  1.  
  2.                 ANSI X3.64 style COMMANDS
  3.  
  4.       Command             Code            Description
  5.  
  6.        aRIS               ESCc            reset
  7.        aRIN               ESC#1           initialize
  8.        aIND               ESCD            lf(linefeed)
  9.        aNEL               ESCE            return,lf
  10.        aRI                ESCM            reverse lf
  11.  
  12.        aSGR0              ESC[0m          normal char set
  13.        aSGR3              ESC[3m          italics on
  14.        aSGR23             ESC[23m         italics off
  15.        aSGR4              ESC[4m          underline on
  16.        aSGR24             ESC[24m         underline off
  17.        aSGR1              ESC[1m          boldface on
  18.        aSGR22             ESC[22m         boldface off
  19.        aSFC               ESC[nm          set foreground color
  20.                                           (n = {30-39})
  21.        aSBC               ESC[nm          set background color
  22.                                           (n = {40-49})
  23.  
  24.       aSHORP0            ESC[0w          normal pitch(pica)
  25.       aSHORP2            ESC[2w          elite on
  26.       aSHORP1            ESC[1w          elite off
  27.       aSHORP4            ESC[4w          condensed fine on
  28.       aSHORP3            ESC[3w          condensed off
  29.       aSHORP6            ESC[6w          enlarged on
  30.       aSHORP5            ESC[5w          enlarged off
  31.  
  32.       aDEN6              ESC[6"z         shadow print on
  33.       aDEN5              ESC[5"z         shadow print off
  34.       aDEN4              ESC[4"z         doublestrike on
  35.       aDEN3              ESC[3"z         doublestrike off
  36.       aDEN2              ESC[2"z         NLQ on
  37.       aDEN1              ESC[1"z         NLQ off
  38.  
  39.       aSUS2              ESC[2v          superscript on
  40.       aSUS1              ESC[1v          superscript off
  41.       aSUS4              ESC[4v          subscript on
  42.       aSUS3              ESC[3v          subscript off
  43.       aSUS0              ESC[0v          normalize the line
  44.       aPLU               ESCL            partial line up
  45.       aPLD               ESCK            partial line down
  46.  
  47.       aFNT0              ESC(B           US char set
  48.       aFNT1              ESC(R           French char set
  49.       aFNT2              ESC(K           German char set
  50.       aFNT3              ESC(A           UK char set
  51.       aFNT4              ESC(E           Danish I char set
  52.       aFNT5              ESC(H           Sweden char set
  53.       aFNT6              ESC(Y           Italian char set
  54.       aFNT7              ESC(Z           Spanish char set
  55.       aFNT8              ESC(J           Japanese char set
  56.       aFNT9              ESC(6           Norweign char set
  57.       aFNT10             ESC(C           Danish II char set
  58.  
  59.       aPROP2             ESC[2p          proportional on
  60.       aPROP1             ESC[1p          proportional off
  61.       aPROP0             ESC[0p          proportional clear
  62.       aTSS               ESC[n E         set proportional offset (n)
  63.       aJFY5              ESC[5 F         auto left justify
  64.       aJFY7              ESC[7 F         auto right justify
  65.       aJFY6              ESC[6 F         auto full justify
  66.       aJFY0              ESC[0 F         auto justify off
  67.       aJFY3              ESC[3 F         letter space (justify)
  68.       aJFY1              ESC[1 F         word fill(auto center)
  69.  
  70.       aVERP0             ESC[0z          1/8" line spacing
  71.       aVERP1             ESC[1z          1/6" line spacing
  72.       aSLPP              ESC[nt          set form length n
  73.       aPERF              ESC[nq          perf skip n (n>0)
  74.       aPERF0             ESC[0q          perf skip off
  75.  
  76.       aLMS               ESC#9           Left margin set
  77.       aRMS               ESC#0           Right margin set
  78.       aTMS               ESC#8           Top margin set
  79.       aBMS               ESC#2           Bottom marg set
  80.       aSTBM              ESC[n1;n2r      T&B margins
  81.       aSLRM              ESC[n1;n2s      L&R margin
  82.       aCAM               ESC#3           Clear margins
  83.  
  84.       aHTS               ESCH            Set horiz tab
  85.       aVTS               ESCJ            Set vertical tabs
  86.       aTBC0              ESC[0g          Clr horiz tab
  87.       aTBC3              ESC[3g          Clear all h tab
  88.       aTBC1              ESC[1g          Clr vertical tabs
  89.       aTBC4              ESC[4g          Clr all v tabs
  90.       aTBCALL            ESC#4           Clr all h & v tabs
  91.       aTBSALL            ESC#5           Set default tabs
  92.       aEXTEND            ESC[n"x         extended commands
  93.  
  94.    Wherever an "n", "n1" or "n2" occurs in a printer code it is to be
  95.    replaced by a ASCII string from 1 to 255.
  96.  
  97.    NOTE: The "ESC" on each codes sequence denotes the non printable 
  98.          escape character ASCII 27.
  99.